Skip to main content

All Questions

0votes
1answer
3kviews

Please update to a Selenium version that supports CDP version 134

I have an issue running my Selenium tests on ChromeVersion 134.0.6998.45 (Build officiel) (x86_64) while using the latest Selenium version org.seleniumhq.selenium:selenium-java:4.29.0. On my test ...
wiem mejri's user avatar
0votes
1answer
520views

Automation script acting very slow on browser

I'm new in learning Java Selenium. Whenever I try to run a script, the browser loads for a long time and then gives displays the site which I'm testing. I'm seeing this recently only. Writing more ...
Arunima M S's user avatar
4votes
5answers
33kviews

ChromeDriver is outdated, how do i update it?

Im currently learning Selenium automation with python and im using chromedriver. Im having an issue running this simple script: from selenium import webdriver from selenium.webdriver.chrome.service ...
Mr_Shoryuken's user avatar
1vote
3answers
1kviews

Selenium Automation WebDriver Manager is not working for Chrome version 116

I have used this dependency in selenium framework. but browser is not invoked because of chrome version is 116 <dependency> <groupId>io.github.bonigarcia</groupId> <...
Akshay Gulhane's user avatar
0votes
3answers
3kviews

Is Selenium WebDriver version: 4.10.0 compatible with ChromeDriver 93.0.4577.63 and Chrome browser Version 115.0.5790.110 (Official Build) (64-bit)?

I am trying to learn automation with Selenium but I got stuck with WebDriver... I followed all the steps. Installed the following, configured PATH: Chromedriver version : ChromeDriver 93.0.4577.63 ...
Sama Reddy's user avatar
0votes
1answer
93views

Troubleshooting 'org.openqa.selenium.ElementNotInteractableException' when automating tests with Selenium WebDriver on VueSelect in Nuxt.js

org.openqa.selenium.ElementNotInteractableException: element not interactable "when interacting with VueSelect so guys, in my current project i was interacting with VueSelect since we are using ...
Julio Safitra Mayoru's user avatar
1vote
0answers
273views

Hi guys i want to automate gmail OTP Verification password using selenium Automation Utility

This is the error i received I expect Gmail otp automation using automation utilities . but some error are shown like EmailUtils refers to the missing type Store
Athiban Prakasam's user avatar
0votes
1answer
151views

unable to uniquely locate the user-role dropdown

how to locate the user-role dropdown uniquely ? the attribute and values of the user-role dropdown are same as that of status. how to identify the user-role uniquely using css or xpath ? html code for ...
Ishita Mattoo's user avatar
0votes
1answer
361views

Chromedriver not detecting GPS location as "Insecure origins treated as secure" not set

I am using chromedriver with chrome version - "Version 107.0.5304.88 (Official Build) (64-bit) with Windows 10" and I am using website where it will automatically detect GPS location. This ...
Swaroop Humane's user avatar
-3votes
1answer
238views

Clicking a LinkedIn button using Selenium Python

I am unable to click on the LinkedIn sign-in button. Can someone please guide me with what locator should I use? What should be the actual code. I have tried driver.find_element(By.CLASS_NAME,"...
Jay Chavan's user avatar
0votes
0answers
50views

Python & Selenium: Unable to find class using x-path

I am using Python & Selenium to automate the sending request to add new connections in linkedin. Currently, I have the following problem: selenium.common.exceptions.NoSuchElementException: Message:...
Hrishikesh Rane's user avatar
1vote
0answers
66views

Getting "main" java.lang.Error: Unresolved compilation problem" error [duplicate]

public static void main(String[] args) throws InterruptedException { // declaration and instantiation of objects/variables System.setProperty("...
hansani gunasekara's user avatar
-2votes
1answer
431views

Java 16 ChromeDriver WebDriver cannot be resolved to a type even after following all the necessary steps

Eclipse version:2021-09 Java version:16.0.2 selenium version:selenium-java-3.141.59 Chromedriver version: compatible to 94.0.4606.71 Changed the compiler compliance level to 1.8 Added jar files to the ...
Shilpa Siddaraju's user avatar
0votes
0answers
149views

unable add maven repository selenium showing error like below

Multiple annotations found at this line: - Non-parseable POM C:\Users\User\eclipse-workspace\Website_Project\pom.xml: Unrecognised tag: 'dependency' (position: START_TAG seen ...- https://...
SRD's user avatar
-1votes
1answer
1kviews

Chromedriver open a blank page instead of the target website in selenium web driver

I have using chromedriver for running automation test in selenium webdriver and i am using MacOS, chrome version 83, selenium version 3.141.59 and TestNG 7.1.0. Please let me know if I am missing ...
Qasim Maghaireh's user avatar

153050per page
close